Upgrading multiple Ivanti Standalone Sentry

You can upgrade multiple Ivanti Standalone Sentry at the same time using the Sentry CLI.

Before you begin 

Download the upgradeConfig.json file from the support site to a location where Ivanti Standalone Sentry can access the file.

Edit the upgradeConfig.json file with the following details:

- targetVersion: Enter the version of the Sentry that you want to upgrade to.
- emailTo: Enter the email (comma separated email IDs) to receive upgrade notifications.
- sentryGroup: Group the existing Sentrys in your deployment.
- sentryList (on-prem): Enter the FQDN of the Sentry that you want to upgrade.
- sentryList (Ivanti Neurons for MDM): Enter the IP Address for the Sentry on Ivanti Neurons for MDM that you want to upgrade.
- sentryUpgradeGroupList: Enter the Sentry groups that you want to upgrade.

 

Procedure 

1. Log into the CLI using the administrator account you created during installation.
2. Enter the following command to switch to EXEC Privileged mode:

enable

3. Enter the password for enabling the EXEC Privileged mode.

The command line prompt changes:

#

4. Enter the following command to enable CONFIG mode:

configure terminal

5. Enter the following command to configure software autoupgrade:

software autoupgrade <urlstring> [username] [password]

where

- upgrade URL string is the location where the upgradeConfig.json file is hosted.
- username and password are credentials to access the upgradeConfig.json file.
6. Enter the following command to exit:

end

Disabling auto-upgrade
Viewing auto-upgrade details